Dr. T's Coding Advice

To maximize code readability and maintainability, both for others and for yourself, here are some tips:

For those of you programming in Python, you should write your code "The Pythonic Way." Alas, this way of writing code is more of a culture than a strict standard and the closest thing we can find to a guide is the Zen of Python.